begintownscript;

variables;

body;

beginstate 0;

break;

beginstate 1;

break;

beginstate 2;

break;

beginstate 21;
if (get_flag(5,6) < 1){  
message_dialog("You are standing on a large magical pentagram. Perhaps the undead are being magically created?","");  
set_flag(5,6,1);}
break;

beginstate 41;
if (get_flag(5,23) < 1){  message_dialog("Now that you have reached the other side of the fortification you look back with a sigh of relief. No way you had expected this heavy resistance.","");  set_flag(5,23,1);}
break;